home *** CD-ROM | disk | FTP | other *** search
/ NetComm Communications 5 / NetComm.iso / winfax / faxintro / v_main.dir / 00255_ch3 script.ls < prev    next >
Encoding:
Text File  |  1997-12-15  |  227 b   |  7 lines

  1. on mouseUp
  2.   set p to the moviePath
  3.   set the itemDelimiter to ":"
  4.   set drivenum to item 1 of p
  5.   open(the moviePath & "runpdf.exe " & drivenum & ":\winfax\wfx80doc\chap2.pdf " & drivenum & ":\winfax\acrobat\ar32e30.exe")
  6. end
  7.